home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pesquisa Dirigida
/
Pesquisa Dirigida.iso
/
JOGOS
/
indiana_jones.swf
/
scripts
/
frame_1
/
DoAction.as
Wrap
Text File
|
2005-01-07
|
239b
|
12 lines
totalbytes = _root.getBytesTotal();
bytesloaded = _root.getBytesLoaded();
percent = int(bytesloaded / totalbytes * 100);
if(percent < 0)
{
percent = 0;
}
tellTarget("_root.loader")
{
gotoAndStop(int(_root.percent / 2));
}